简体版 繁體版 English 한국어
登録 ログイン

execution efficiencyの例文

例文モバイル版携帯版

  • Most modern CPUs reorder memory accesses to improve execution efficiency ( see memory ordering for types of reordering allowed ).
  • Centralized management techniques for these resources are limited in their scalability both in terms of execution efficiency and fault tolerance.
  • Immutability of data can in many cases lead to execution efficiency by allowing the compiler to make assumptions that are unsafe in an imperative language, thus increasing opportunities for inline expansion.
  • These advances reduce the speed gap between static and dynamic typing, although a statically typed language, like Scala, is still the preferred choice when execution efficiency is very important.
  • Besides space and execution efficiency, tail call elimination is important in the functional programming idiom known as continuation-passing style ( CPS ), which would otherwise quickly run out of stack space.